records

records

Active filters Clear all

No active filters

Filters

Referendum 2022 - Seggi e corrispondenti sezioni elettorali

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
NUM. PROGRESSIVO
               

No description available for this field.

Name (identifier)
numprog
Type
integer
Sample
                       
CODVIA
               

No description available for this field.

Name (identifier)
codvia
Type
integer
Sample
                       
CIVICO
               

No description available for this field.

Name (identifier)
civico
Type
integer
Sample
                       
SUBCIV
               

No description available for this field.

Name (identifier)
subciv
Type
text
Sample
                       
CODICE ARCO
               

No description available for this field.

Name (identifier)
codarco
Type
integer
Sample
                       
CODICE EDIFICIO
               

No description available for this field.

Name (identifier)
codedif
Type
integer
Sample
                       
PARTKEY
               

No description available for this field.

Name (identifier)
partkey
Type
text
Sample
                       
NCIVSUB
               

No description available for this field.

Name (identifier)
ncivsub
Type
text
Sample
                       
CIVKEY
               

No description available for this field.

Name (identifier)
civkey
Type
text
Sample
                       
DATA_ISTITUZIONE
               

No description available for this field.

Name (identifier)
data_isti
Type
date
Sample
                       
DATA_CESSAZIONE
               

No description available for this field.

Name (identifier)
data_cess
Type
date
Sample
                       
CAP
               

No description available for this field.

Name (identifier)
cap
Type
integer
Sample
                       
DENOMINAZIONE
               

No description available for this field.

Name (identifier)
denominazi
Type
text
Sample
                       
SEZ81
               

No description available for this field.

Name (identifier)
sez81
Type
integer
Sample
                       
SEZ91
               

No description available for this field.

Name (identifier)
sez91
Type
text
Sample
                       
SEZ01
               

No description available for this field.

Name (identifier)
sez01
Type
text
Sample
                       
QUARTIERE
               

No description available for this field.

Name (identifier)
quartiere
Type
text
Sample
                       
ZONA
               

No description available for this field.

Name (identifier)
zona
Type
text
Sample
                       
ISOLATO
               

No description available for this field.

Name (identifier)
isolato
Type
text
Sample
                       
SEZ2011
               

No description available for this field.

Name (identifier)
sez2011
Type
text
Sample
                       
LOC2011
               

No description available for this field.

Name (identifier)
loc2011
Type
integer
Sample
                       
SEZIONE ELETTORALE
               

No description available for this field.

Name (identifier)
sezione
Type
text
Sample
                       
PLESSO
               

No description available for this field.

Name (identifier)
plesso
Type
text
Sample
                       
INDIRIZZO
               

No description available for this field.

Name (identifier)
indirizzo
Type
text
Sample
                       
ACCESSO DISABILI
               

No description available for this field.

Name (identifier)
accesso
Type
text
Sample
                       
xcoord
               

No description available for this field.

Name (identifier)
xcoord
Type
decimal
Sample
                       
ycoord
               

No description available for this field.

Name (identifier)
ycoord
Type
decimal
Sample
                       
geopoint
               

No description available for this field.

Name (identifier)
geopoint
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"seggi_elettorali_2022",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/seggi_elettorali_2022"
      }
    ]
    ,
  • "definitions":
    {
    • "seggi_elettorali_2022":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/seggi_elettorali_2022_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "seggi_elettorali_2022_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "numprog":
                {
                • "type":"integer",
                • "title":"NUM. PROGRESSIVO",
                • "description":""
                }
                ,
              • "codvia":
                {
                • "type":"integer",
                • "title":"CODVIA",
                • "description":""
                }
                ,
              • "civico":
                {
                • "type":"integer",
                • "title":"CIVICO",
                • "description":""
                }
                ,
              • "subciv":
                {
                • "type":"string",
                • "title":"SUBCIV",
                • "description":""
                }
                ,
              • "codarco":
                {
                • "type":"integer",
                • "title":"CODICE ARCO",
                • "description":""
                }
                ,
              • "codedif":
                {
                • "type":"integer",
                • "title":"CODICE EDIFICIO",
                • "description":""
                }
                ,
              • "partkey":
                {
                • "type":"string",
                • "title":"PARTKEY",
                • "description":""
                }
                ,
              • "ncivsub":
                {
                • "type":"string",
                • "title":"NCIVSUB",
                • "description":""
                }
                ,
              • "civkey":
                {
                • "type":"string",
                • "title":"CIVKEY",
                • "description":""
                }
                ,
              • "data_isti":
                {
                • "type":"string",
                • "format":"date",
                • "title":"DATA_ISTITUZIONE",
                • "description":""
                }
                ,
              • "data_cess":
                {
                • "type":"string",
                • "format":"date",
                • "title":"DATA_CESSAZIONE",
                • "description":""
                }
                ,
              • "cap":
                {
                • "type":"integer",
                • "title":"CAP",
                • "description":""
                }
                ,
              • "denominazi":
                {
                • "type":"string",
                • "title":"DENOMINAZIONE",
                • "description":""
                }
                ,
              • "sez81":
                {
                • "type":"integer",
                • "title":"SEZ81",
                • "description":""
                }
                ,
              • "sez91":
                {
                • "type":"string",
                • "title":"SEZ91",
                • "description":""
                }
                ,
              • "sez01":
                {
                • "type":"string",
                • "title":"SEZ01",
                • "description":""
                }
                ,
              • "quartiere":
                {
                • "type":"string",
                • "title":"QUARTIERE",
                • "description":""
                }
                ,
              • "zona":
                {
                • "type":"string",
                • "title":"ZONA",
                • "description":""
                }
                ,
              • "isolato":
                {
                • "type":"string",
                • "title":"ISOLATO",
                • "description":""
                }
                ,
              • "sez2011":
                {
                • "type":"string",
                • "title":"SEZ2011",
                • "description":""
                }
                ,
              • "loc2011":
                {
                • "type":"integer",
                • "title":"LOC2011",
                • "description":""
                }
                ,
              • "sezione":
                {
                • "type":"string",
                • "title":"SEZIONE ELETTORALE",
                • "description":""
                }
                ,
              • "plesso":
                {
                • "type":"string",
                • "title":"PLESSO",
                • "description":""
                }
                ,
              • "indirizzo":
                {
                • "type":"string",
                • "title":"INDIRIZZO",
                • "description":""
                }
                ,
              • "accesso":
                {
                • "type":"string",
                • "title":"ACCESSO DISABILI",
                • "description":""
                }
                ,
              • "xcoord":
                {
                • "type":"number",
                • "title":"xcoord",
                • "description":""
                }
                ,
              • "ycoord":
                {
                • "type":"number",
                • "title":"ycoord",
                • "description":""
                }
                ,
              • "geopoint":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopoint",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets